ErrorData

sealed class ErrorData

Different types of error data that can occur during the authentication process.

Inheritors

Types

Link copied to clipboard
data class Jwt(val code: JwtError, val token: String, val userIdentifier: String, val message: String? = null) : ErrorData

Error that occurred during JWT authentication.

Properties

Link copied to clipboard
abstract val message: String?

An optional message providing additional details about the error.